'Declaration Public Function New( _ ByVal points() As ImGearPoint, _ ByVal color As IImGearRGBQuad, _ ByVal style As ImGearARTPenStyle, _ ByVal width As Integer, _ ByVal tension As Single, _ ByVal opacity As Integer _ )
'Usage Dim points() As ImGearPoint Dim color As IImGearRGBQuad Dim style As ImGearARTPenStyle Dim width As Integer Dim tension As Single Dim opacity As Integer Dim instance As New ImGearARTCurve(points, color, style, width, tension, opacity)
public ImGearARTCurve( ImGearPoint[] points, IImGearRGBQuad color, ImGearARTPenStyle style, int width, float tension, int opacity )
public: ImGearARTCurve( ImGearPoint[]* points, IImGearRGBQuad* color, ImGearARTPenStyle style, int width, float tension, int opacity )
public: ImGearARTCurve( array<ImGearPoint>^ points, IImGearRGBQuad^ color, ImGearARTPenStyle style, int width, float tension, int opacity )
Parameters
- points
- Raw points array.
- color
- Color of the mark.
- style
- Style of the mark.
- width
- Width of the mark.
- tension
- Tension of the curve.
- opacity
- Opacity of the mark.